projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a68d7
)
*** empty log message ***
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 2 Feb 2001 18:21:56 +0000
(18:21 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 2 Feb 2001 18:21:56 +0000
(18:21 +0000)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index 10e1df934ebb30fa9dcf07941b812bb205cfae60..aca3116eb58fa4f0cbeca96580b09469336fd8a6 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-744,7
+744,7
@@
DEFUN ("princ", Fprinc, Sprinc, 1, 2, 0,
"Output the printed representation of OBJECT, any Lisp object.\n\
No quoting characters are used; no delimiters are printed around\n\
the contents of strings.\n\
-Output stream is PRINTCHARFUN, or value of
standard-output
(which see).")
+Output stream is PRINTCHARFUN, or value of
`standard-output'
(which see).")
(object, printcharfun)
Lisp_Object object, printcharfun;
{